www.gusucode.com > 深度学习(asp)网址导航 v4.0.1 > 深度学习(asp)网址导航 v4.0.1\code\admin\aspToHtml\aspToHtml_Manage.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
projectRootPath = "../../"	'相对当前应用程序根的位置
%>
<!-- #include file ="../include/checkPurview.asp"-->
<!--#include file="../../ConnDB.asp"-->
<!-- #include file="../include/Function.Manage.Config.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>aspToHtml管理</title>
<link href="../themes/<%=theme_Path%>/main.css" rel="stylesheet" type="text/css" />

</head>

<body  id="bodyBg1">
<br />
&nbsp; <a href="aspToHtml_Manage.asp">生成html管理</a>
<hr color="#0099FF" size="1" />
<br />
<dl class="manageContent">
    <dt>生成html管理</dt>
    <dd>
    	<br />
<table width="90%" class="tableBoder01">
          <tr>
            <td>模板名称</td>
            <td>管理</td>
          </tr>
          <tr>
            <td>首页</td>
            <td><a href="aspToHtml_createHTML_index.asp?templateProjectID=1&amp;templateType=1">生成</a></td>
          </tr>
          <tr>
            <td>频道内容</td>
            <td><a href="aspToHtml_createHTML_channel.asp?templateProjectID=1&amp;templateType=2">生成</a></td>
          </tr>
          <tr>
            <td>网址分类内容</td>
            <td><a href="aspToHtml_createHTML_sort.asp?templateProjectID=1&amp;templateType=3">生成</a></td>
          </tr>
    </table>
        <br />
    </dd>
</dl>
<br />

</body>
</html>
<%
Call CloseConnDB()
%>